home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / genial / README < prev   
Encoding:
Text File  |  1992-07-14  |  2.1 KB  |  58 lines

  1.  
  2. Genial requires the following:
  3.  
  4. The hips library: -lhips
  5. The X windows library: -lX11
  6. The xview libraries:  -lxview -lolgx 
  7. Local libraries: -lxcolor (in ./lib) -lguidexv (in ./gfm)
  8.  
  9. This program has been tested under SunOS only!!!
  10.  
  11. ------------------------------------------
  12. To install genial do the following:
  13.  
  14. 1) cd lib, type 'make'
  15.  
  16. 2) cd gfm, type 'make'
  17.  
  18. 3) edit 'config.sun4 for your enviromnent. Most of the items in this
  19. file are from the standard HIPS distribution.  The main things for
  20. you to check are:
  21. DESTDIR, LIBDIR, INCLUDE_DIR, and XVIEWHOME
  22.  
  23. 4) Type 'Configure'
  24.  
  25. 5) Type 'make'
  26.  
  27. =======================================================================
  28. /***********************************************************************/
  29. /*  COPYRIGHT NOTICE         *******************************************/
  30. /***********************************************************************/
  31.  
  32. /*   This program is copyright (C) 1990, Regents  of  the
  33. University  of  California.   Anyone may reproduce this software,
  34. in whole or in part, provided that:
  35. (1)  Any copy  or  redistribution  must  show  the
  36. Regents  of  the  University of California, through its
  37. Lawrence Berkeley Laboratory, as the source,  and  must
  38. include this notice;
  39. (2)  Any use of this software must reference this  distribu-
  40. tion,  state that the software copyright is held by the
  41. Regents of the University of California, and  that  the
  42. software is used by their permission.
  43. It is acknowledged that the U.S. Government has  rights
  44. to this software under  Contract DE-AC03-765F00098 between the U.S.
  45. Department of Energy and the University of California.
  46. This software is provided as a professional  academic
  47. contribution for  joint exchange.  Thus it is experimental, is
  48. provided ``as is'', with no warranties of any kind  whatsoever,
  49. no  support,  promise  of updates, or printed documentation.
  50. Bug reports or fixes may be sent to the author, who may or may
  51. not act on them as he desires.
  52. *
  53. *   Author:  Brian L. Tierney
  54. *            Lawrence Berkeley Laboratory
  55. *            Imaging Technologies Group
  56. *            email: bltierney@lbl.gov
  57. */
  58.